Windows Input


The INPUT sample shows the use of input via mouse, keyboard, and timer.

This sample is based on the SIMPLE sample.

Module Map
----------

Dispatch - Message dispatching routines.
WinMain  - Calls initialization functions and processes the message loop.
Input    - Window procedure for the main application window.
Init     - Performs application and instance-specific initialization.

